Skip to main content

Not Working

⚠️ The most common reason why CC-Chat does not function correctly is becuase you do not have CC-RPChat installed.

If you are using CC-RPChat then follow the steps below:

If your instance of CC-Chat does not look correct, here is a quick guide on how to fix common errors that many users encounter.

If your chat looks something like this

screenshot

Then you have another resource listening for FiveM's chatMessage event, the quickest resolution for this is to open your server's resource directory / folder in a code editor such as Visual Studio Code and search for:

AddEventHandler('chatMessage'
-- and
AddEventHandler("chatMessage"

If your editor returns a few responses

something like this

Those responses are likely to be the resources interfering with cc-chat, try disabling the resources followed by restarting cc-chat and cc-rpchat until your chat loads correctly, alternativly remove the chatMessage Event Handler from the scripts code!